*{margin:0;padding:0}
address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}
aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
body{min-width:1200px;font-size:14px;font-family:Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;color:#333;padding:0;margin:0}
button:foucs{border:none!important;outline:0!important}
button::-moz-focus-inner{border-color:transparent}
input[type=number]{-moz-appearance:textfield}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
ol,ul{list-style:none;padding:0;margin:0}
i{font-style:normal}
a{color:#333; text-decoration: none;}
a:hover{text-decoration:none;color:#fff}
img{border:none!important;vertical-align:middle; max-width: 100%;}
input{outline:0}
button,input[type=button],input[type=reset],input[type=submit],select{-webkit-appearance:none;outline:0}
textarea{-webkit-appearance:none;outline:0}
.clear{clear:both;height:0;overflow:hidden}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both}
.clearfix{zoom:1}
.fl{float:left}
.fr{float:right}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main_title {
  text-align: center;
  background: url(../images/home_cp_img_btbg.png) no-repeat center;
}

.main_title .m_p1 {
  font-size: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #33383b;
  font-weight: bold;

}
.main_title .m_p1 span { color: #3C69C4;}
.main_title .m_p2 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;

  color: #999;


}

.pad-80 { padding: 80px 0;}
.pad-50{ padding: 50px 0;}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.fixed-top { position: fixed; transition: all .2s;   z-index: 999; background: #fff;  top:0; left: 0;  width: 100%; }
.he_hd_pc {
  width: 100%;
  position: relative;
 
  z-index: 999;
  height: 70px;
}

.he_hd_pc::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;

  z-index: -1;
}

.he_hd_bx {
  width: 100%;
  position: relative;
  display: flex; 
  align-items: center;
  justify-content: space-between;
}

.he_hd_lo {

  position: relative;
  margin-right: 15px;


}

.he_img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.he_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.he_hd_lo a {
  width: 100%;
  position: relative;
  display: inline-block;
}

.he_hd_lo img {
  transition: all 0.36s;
}

.he_hd_lo .he_img {
  opacity: 0;
}

.he_hd_nav {

  transition: all 0.36s;
}



.he_hd_wz p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  transition: all 0.36s;
  font-family: "Montserrat-Regular";
}

.he_hd_mz {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.he_hd_pz {
  width: 7px;
  position: relative;
  margin-bottom: 2px;
}

.he_hd_wz {
  margin-right: 5px;
}

.he_hd_pz img {
  width: 100%;
  transition: all 0.36s;
}

.he_hd_pz .he_img1 {
  top: 6px;
  height: auto;
  opacity: 0;
}



.he_hd_lg {
  margin-left: 22px;
  position: relative;
}



.he_nv_a {
  font-size: 16px;
  line-height:70px;
  display: block;
  color: #333;
  transition: all 0.36s;
  position: relative;
}
.he_nv_a:hover .mod_solu_pull{ display: block;}
.he_nv_a::before { position: absolute; content: ''; bottom: 0; height: 2px; width: 100%; background: #fff;}
.he_nv_a:hover { color: #3C69C4;}
.he_nv_a:hover::before { background: #3C69C4;}
.he_nv_ul {
  display: flex;
  justify-content: flex-end;
}

.he_nv_li {
  padding: 0 20px;
  height: 70px;
  position: relative;
}
.he_nv_li.active a{color: #3C69C4;}
.he_nv_li.active a::before { background: #3C69C4;}
.he_nv_li:first-child {
  margin-left: 0;
}



.he_down {
  position: absolute;
  top: 65px;
  left:0;
  background: #fff;
  border-radius: 10px;
  display: none;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.he_nv_li:hover .he_down { display: block;}
.he_down1 {
  width: 922px;
  padding: 50px 56px;
}



.he_down1bx {
  width: 100%;
  position: relative;
}

.he_down1le {
  width: 250px;
}

.he_down1ri {
  width: calc(100% - 250px);
  border-left: 1px solid #DAE8FF;
}

.he_down1ti .ys_title5 {
  font-weight: bold;
  color: #001F5D;
  line-height: 1.5;
}

.he_down1ti {
  margin-bottom: 64px;
}

.he_down1gli {
  max-width: 50%;
  padding: 0 20px;
}

.he_down1gul {
  padding: 0 50px;
  justify-content: space-between;
}

.he_down1gl {
  width: 100%;
  position: relative;
}

.he_down1gti {
  margin-bottom: 20px;
}

.he_down1gti a {
  font-size: 18px;
  line-height: 1.5;
  color: #001F5D;
}

.he_down1ari {
  width: 100%;
}

.he_down1ari p {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  border-bottom: 1px solid #fff;
  transition: all 0.36s;
}

.he_down1ak a {
  display: flex; text-align: center;
}

.he_down1bx,
.he_down1gul {
  display: flex;
}

.he_down1ali {
  margin-bottom: 22px;
}

.he_down1ali.yxnav_active2 .he_down1ari p {
  color: #3C69C4;
}

.he_nv_li.yxnav_active1 .he_nv_a {
  color: #3C69C4;
}


.he_down2 {
  
}

.he_down1ak {
  white-space: nowrap;
}
.he_down2ul{background: #fff;
  border-radius: 10px;
  padding: 10px; width: 100%;}
.he_down2li {
 margin: 10px 0;
}

.he_down2li:last-child {
  margin-bottom: 0;
}

.he_down2li .he_down1ari p {
  font-size: 18px;
}

.he_down2li.yxnav_active2 .he_down1ari p {
  color: #3C69C4;
}


.he_hd_lo {
  line-height: 70px;
}

.he_nv_a {
  line-height: 70px;
  display: block;
}

.mod_solu_pull {
  width: 563px;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 70px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  display: none;
}

.he_down1ak a:hover .he_down1ari p { color: #3C69C4; border-bottom: 1px solid #3C69C4;}

.mspc_le_ul_li a,
.mrul_cont_ul_li a {
  font-size: 16px;
  line-height: 2;
  color: #666;
  display: block;
  transition: all .36s;
}
.mspc_le_ul_li a:hover,
.mrul_cont_ul_li a:hover {
  font-size: 16px;
  line-height: 2;
  color: #3C69C4;
  display: block;
  transition: all .36s;
}
.mspc_le_ul_li,
.mrul_cont_ul_li {
  margin-bottom: 16px;
}

.mspc_le_ul_li:last-child,
.mrul_cont_ul_li:last-child {
  margin-bottom: 0;
}

.mspc_le {
  padding: 15px;
  width: 204px;
  height:302px;
  overflow-y: scroll;
}
.mspc_le::-webkit-scrollbar {
  width: 5px;										
  height: 5px;											
  border-radius: 5px;									
  
}

.mspc_le::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);		
  border-radius: 5px;									
  background-color: rgba(0, 0, 0, .2);				
}


.mspc_le::-webkit-scrollbar-thumb {
  border-radius: 5px;		
           
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);		
  background-color:#3C69C4;			
}
.mspc_ri {
  width: calc(100% - 204px);
  padding: 15px;
  background: #F5F9FF;
  border-radius: 0 10px 10px 0;
}

.mod_solu_pull_cont {
  display: flex;
  align-items: stretch;
}

.mspc_ri_ul_li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .36s;
}

.mspc_ri_ul_li.on {
  position: relative;
  opacity: 1;
  z-index: 5;
}

.mspc_ri_ul {
  width: 100%;
  position: relative;
}

.mspc_le_ul_li.yxnav_active2 a {
  color: #3C69C4;
}

.mspc_le_ul_li a {
  position: relative;
  display: inline-block;
}

.mspc_le_ul_li a::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #3C69C4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .36s;
}

.mspc_le_ul_li.yxnav_active2 a::after {
  width: 100%;
}

.mrul_cont_ul_li.yxnav_active3 a {
  color: #3C69C4;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center; flex: 3;
}

.lang { height: 70px; display: flex; align-items: center; justify-content: flex-end; flex: 1;}
.lang .tel{ color: #3C69C4; font-size: 20px; font-weight: bold; }
.lang a { color: #999; margin-left: 15px;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #3C69C4;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}


.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #3081C4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #3081C4;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;

}

.mobile-nav-toggle i {
  color: #3C69C4;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#banner .swiper-slide .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#banner .swiper-slide .bantxt { position: absolute; z-index: 9; text-align: center; bottom: 25%; left: 0; right: 0; color: #fff; margin: 0 auto; }
#banner .swiper-slide .bantxt b{ font-size: 24px; display: block; margin: 15px 0;}
#banner .scalePic {
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0) scale(1.08);
  width: 100%;
  max-width: none;
  transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#banner .swiper-slide.swiper-slide-active .scalePic {
  transform: translate(0) scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  opacity: 0;

}

#banner:hover .swiper-button {
  opacity: 1;
}

#banner .swiper-button:hover {
  background: #3C69C4;
}

.btn-prev {
  left: 70px;
}

.btn-next {
  right: 70px;
}

#banner .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 8px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
  outline: none;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;

}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}

.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 30px;
}


/* 产品 */

.product { padding-top: 80px;}
.tj_tu {
  width: 100%;
}

#gallery .container {
  position: relative;
}

.pj {
  margin-top: 10px;
position: relative;
}

#gallery .swiper-container {
  position: static;
}

.pj .swiper-wrapper {
  padding-top: 10px;
  padding-bottom:90px;
}
.pj .swiper-slide .img {

  margin-bottom: 10px;

}

.pj .swiper-slide a { margin: 15px;}
.pj .swiper-slide a img {

  background: #fff;
 display: block;
  border-radius: 10px;
 
}
.pj .swiper-slide a:hover img {   box-shadow: 0 0 10px #ccc;}


.pj .swiper-button-prev {

top:90%;
left: 80%;
}

.pj .swiper-button-next {
  top:90%
}
.pj .botline .line{border-bottom: 1px dashed #dedede; width: calc(100% - 120px); height: 1px;}
.pj .botline a {color: #3C69C4; width: 120px; }
.pj .botline {display: flex; align-items: center; position: absolute; top:88%; width: 78%; left: 0; }
.pj .swiper-button-next,
.pj .swiper-button-prev {
  background: none;
  outline: none;
  width: 100px;
  font-size: 30px;
 

}
.pj .swiper-button-next.swiper-button-disabled,.pj .swiper-button-prev.swiper-button-disabled { opacity: 1;}

.pj .swiper-button-next:hover i,
.pj .swiper-button-prev:hover i {
  color: #fff;
}

.pj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
}

.pj .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}

/*  */




.pj .swiper-slide img {
  transition: all 0.3s;

}



.team-content {

  text-align: center;



  display: inline-block;

  width: 100%;

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;



}

.pro_p1 {

  color: #333;

  font-size: 16px;
  padding: 20px 0;

}



.probg {
  background: #F7F9FD;
  padding-top: 30px;
  padding-bottom: 80px;
}


#gallery .swiper-slide a .ys-txt b {
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}

#gallery .swiper-slide .item .ys-txt p {
  line-height: 28px;
  font-size: 16px;
}

.tj_tu img {
  width: 100%;
}




.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}
#thumbs .swiper-wrapper {
  flex-wrap: wrap;
  display: flex;
    align-content: center;
    justify-content: center;
}
.tj_tu .swiper-container-thumbs .swiper-slide {

  padding: 25px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  width: calc(100% / 8) !important;
  color: #333;
align-items: center;
justify-content: center;
  display: flex;

}
.tj_tu .swiper-container-thumbs .swiper-slide p { padding-bottom: 20px; display: flex;  align-items: center; border-bottom: 3px solid #fff;}
.tj_tu .swiper-container-thumbs .swiper-slide img {

 height: 30px;
  margin-bottom: 10px;

}



.tj_tu .swiper-container-thumbs .swiper-slide:hover p {
  border-bottom: 3px solid #3C69C4;

}

.tj_tu .swiper-container-thumbs .swiper-slide:hover span {
 color: #3C69C4;

}

.tj_tu .swiper-container-thumbs .swiper-slide i {
  display: block;
  margin-right: 10px;
 
}
.tj_tu .swiper-container-thumbs .swiper-slide span { color: #333;}


.tj_tu .swiper-slide-thumb-active p{
  border-bottom: 3px solid #3C69C4!important;


}

.tj_tu .swiper-slide-thumb-active span {
  color: #3C69C4 !important;
}

/* 简介 */
.about {background: url(../images/home_gsjj.png) no-repeat; background-size: 100%;}
.about .container { display: flex;  }
.about .ab_fl { width: 50%;}
.ab_fl .info{ padding: 10% 10% 10% 0; line-height: 220%;}
.ab_fl .info a{ color: #3C69C4; display: block; margin-top: 40px;}
.ab_fl .info p{ color: #999; line-height: 30px;}
.ab_fl .info b { display: block; margin-bottom: 30px; font-size: 20px; color: #000; font-weight: normal;}
.about .ab_fr { width: 50%;}
.about .ab_fr .txt{ padding: 10% 0 10% 10%;}
.about .ab_fr .txt b {display: block; margin-bottom: 30px;  color: #000; font-weight: normal; font-size: 28px;}
.about .ab_fr .txt p { font-size: 24px; color: #999;}

.ab_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;

  padding: 0 0 0 10%;
}

.ab_bottom b {
  font-size: 36px;
  color: #333;
  margin-top: 10px;

}



.ab_bottom li {
  width: 33.3%;

}

.ab_bottom li img {
  height: 40px;
}

.ab_bottom li a {
  text-decoration: none;
  position: relative;
  margin: 20px auto;
  display: block;
  transition: all .3s;

  margin-right: 20px;

}

.ab_bottom li:last-child a {
  border-right: none;
}


.ab_bottom li a i {
  font-size: 20px;
  color: #3C69C4;
  padding-left: 6px;

}

.ab_bottom li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;

}

.ab_bottom li a b {
  color: #3C69C4;
  display: block;

}
/* 新闻 */
.news{ display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 30px;

}
.news_content{ width: 50%;transition: .3s;}
.news_content {  position: relative;}
.news_content .news-txt { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); padding: 20px;}
.news_content .news-txt b{ display: block; margin-bottom: 20px; font-size: 16px;}
.news_content a { color: #fff;}
.news_content p { line-height: 28px; font-size: 14px; margin-top: 20px;}
.news_wt{ width: 50%; padding:0 20px; margin-left: 20px;}
.wt {
	width: 100%;
	margin: 0 auto;

}
.list_lh {
	
	overflow: hidden;
}
.list_lh ul {
	padding: 0;
}
.list_lh li {
	padding: 15px 0;
	height: auto;
	border-bottom: 1px solid #dedede;
	transition: .3s;
}
.list_lh li span {
	padding: 0 2px;
	display: block;
	height: 30px;
  float: left;
  width: calc(100% - 160px);


}
.list_lh li span img { height: 28px;}
.list_lh li i { color: #999; width: 150px;display: block; float: right; }
.list_lh li a {
	color: #333;
  display: flex;
}
.list_lh li a:hover { color: #3C69C4;}
.list_lh li p {
	line-height: 24px;
	padding: 5px 0;
	color: #333;

}
.nes-wen{ font-size: 17px;  color: #333; display: block; margin-bottom: 6px;}
.list_lh li:hover{ color: #3C69C4;}
.list_lh li:hover .nes-wen{ color: #3C69C4;}
.list_lh li:hover p{ color: #3C69C4;}

/*  */
.ftbg { background: url(../images/home_ljzxbg.png) no-repeat center center; background-size: cover; margin: 0 auto; }
.ftbg b{ display: block; font-size: 28px; font-weight: normal; text-align: center;}
.ftbg .btn { margin-top: 15px; display: flex; align-items: center; justify-content: center;}
.ftbg .btn a {  cursor: pointer; background-image: linear-gradient(to right, #3F6BC5, #7E9FE4);
   background-image:-webkit-linear-gradient(to right, #3F6BC5, #7E9FE4); display: block; margin: 20px; color: #fff; text-align: center; width: 140px; height: 40px; line-height: 40px; border-radius: 40px;}
.ftbg .btn a img { margin-left: 6px;}
.ftbg .btn a:hover { background: #3C69C4;}
.yj_con { display: flex; flex-direction: column; align-items: center; justify-content: center;}
.yj_con b { font-size: 26px; margin: 10px 0;}
.yj_con p{ color: #999; margin-bottom: 20px;}
.yj_con .layui-form-item { display: flex;}
.yj_con .layui-input-block { margin: 10px; }
.yj_con .layui-form-item input[type=text] {
  padding: 12px 20px;
  width: 180px;
  width: 100%;
  display: inline-block;
  color: #333;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 35px;
  box-sizing: border-box;
  background-color:#f6f6f6;
  border: 1px solid #dedede;}
  .yj_con .forminator-textarea {  padding: 12px 20px;
    width: 428px;
    background-color:#f6f6f6;
    display: inline-block;
    border: none;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 0;
    outline: none;
    border-radius: 4px;
    padding-left: 25px;
    box-sizing: border-box;

    border:1px solid #dedede;}
    .zxname {   background: url(../images/lxwm_img_xm.png) no-repeat left; background-position: 10px 10px; }
    .zxtel {   background: url(../images/lxwm_img_dh.png) no-repeat left;  background-position: 10px 10px;}
    .zxyx {   background: url(../images/lxwm_img_yx.png) no-repeat left;  background-position: 10px 10px;}
    .zxgs {   background: url(../images/lxwm_img_gs.png) no-repeat left; background-position: 10px 10px; }
    .zxyj {   background: url(../images/lxwm_img_ly.png) no-repeat left; background-position: 10px 10px; }
    .layui-layer-btn { padding: 10px 0 40px 0; display: flex; align-items: center; justify-content: center;}
.layui-layer-btn .layui-layer-btn0 {
      border-color: #3C69C4!important;
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: #3C69C4!important;
      color: #fff;
  }
  .layui-layer-page .layui-layer-content { overflow: hidden!important;}
/*返回顶部*/
.scroll {  position: fixed;
    right: 25px;
    bottom:90px;
    width: 129px;
    z-index: 9999;
}
.scroll a {display: block;}
#scroll {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
    background:#ccc; 
    font-size: 26px;
}

/*底部footer*/
.footer-main {

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #F8F8FB;
  padding-top: 40px;

}

.footer-main .container {
  display: flex;

  justify-content: space-between;
}


.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {


  width: 16%;




}

.footer-list3 {


  width: 35%;



}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #333;
  font-size: 16px;

  margin-bottom: 20px;
  margin-top: 0;
  display: block;


}
.footer-list1 { border-left: 1px solid #f1f1f1; padding-left: 2%;}

.footer-list1 .socials {

  margin-bottom:30px;
  display: flex;



}
.footer-list1 p img { margin-right: 8px;}
.footer-list1 .socials li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 45px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-list1 .socials li strong{ position: absolute; top: 50px; display: none; width: 150px;}
.footer-list1 .socials li:hover strong { display: block;}

.footer-list1 .socials li:hover { background: #3C69C4;}
/* .footer-list1 .socials li:hover img { filter: brightness(100);}
.footer-list1 .socials li:hover strong img{ filter:1;} */
.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #999;
  font-size: 14px;

  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #999;
  font-size: 14px;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #3C69C4;
}


.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;

}

.address-content span {

  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #3C69C4;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;

}

.address-content p {
  color: #fff;
  font-size: 13px;
}
.foot_con { display: flex;}
.foot_con div{ margin-right: 20px;}
.footer-copyright {

  padding: 30px 0;
  border-top: 1px solid #f1f1f1;
}

.footer-copyright p {
  color: #999;
  font-size: 14px;
  text-align: center;

  margin-bottom: 0;

}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright  a {
  color: #999
}

/*右侧固定*/
.fix-side {
  position: fixed;
  right: 20px;
  top: 450px;
  width: 80px;
  z-index: 9;
}

.fix-side li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;

  padding: 10px 0;
}
.fix-side .line_tel{ position: relative;}
.fix-side .line_tel .box { 
  background-image: linear-gradient(to bottom, #CADBFF, #fff);
  background-image:-webkit-linear-gradient(to bottom, #CADBFF, #fff);
  box-shadow: 0 0 10px #ccc;
  position: absolute;
  left:-260px;
  top: 0;
  padding: 10px 20px;
  height:170px;
  border-radius: 10px;
  width: 250px; display: none;
}
.fix-side .line_tel .box .box_wrap { display: flex; align-items: flex-start; margin-top: 15px; }
.fix-side .line_tel .box b { color: #000; font-size: 18px; line-height: 26px;}
.fix-side .line_tel .box p {  color: #666; text-align: left;}
.fix-side .line_tel:hover .box { display: block;}

.fix-side .gzh {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}

.fix-side .gzh .show {

  color: #fff;
  cursor: pointer;
}

.fix-side .gzh:hover .box {
  display: block;
}

.fix-side .gzh:hover .box2 {
  display: block;
}

.fix-side .gzh .box2 {
  display: none;
  position: absolute;
  left: -120px;
  bottom: 0;
  width: 120px;
  line-height: 80px;
  height: 80px;
  font-size: 18px;
  color: #333;
  background-color: #f9f9f9;
  border: solid 1px #e5e5e5;
  border-right: none;
  box-sizing: border-box;
}

.fix-side .gzh:hover .box2 p {
  color: #333;
}

.fix-side .gzh .box {
  display: none;
  position: absolute;
  left: -150px;
  bottom: 0;
  width: 150px;
  height: 160px;
  color: #fff;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-right: none;
  box-sizing: border-box;
}



.fix-side .gzh .box p {
  color: #666;
}

.fix-side p {

  color: #fff;
}
.fix-side li:first-child  {  color: #fff; height: 150px;background-image: linear-gradient(to bottom, #3F6BC5, #7E9FE4);
  background-image:-webkit-linear-gradient(to bottom, #3F6BC5, #7E9FE4);}
.fix-side li  {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50px;
  width: 50px;
  margin: 10px 0;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px #dedede;
  color: #333;
  cursor: pointer;
}

.fix-side li img {
  width: 24px;
  
}

.fix-side li span {
  font-size: 24px;
  color: #333;
}

.fix-side .return {
  border-bottom: none;
  transform: scaleY(0);
  transition: 0.5s;

}

.fix-side .active {
  transform: scale(1);
}


/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #205DA6;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #296AB7;
  border-left: 1px solid #1A5293;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}


/* 内页关于我们 */


.layui-layer-page .layui-layer-content {
  overflow: hidden;
}
.layui-layer-ico {
  background: url(../images/icon.png) no-repeat
}
.inban { position: relative; z-index: 1;}

.inban .txt { position: absolute; z-index: 2; top: 25%; left: 0; right: 0; color: #fff; margin: 0 auto; }
.inban .txt b{ font-size: 28px; display: block; margin: 15px 0;}

.ab_list2 {

  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  z-index: 9;
  margin-top: -50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);



}

.ab_list2 li {
  flex: 1;
  cursor: pointer;
  color: #333;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #dedede;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  font-size: 18px;
}

.ab_list2 li:last-child {
  border: none;
}

.ab_list2 li b {
  display: block;
  font-size: 36px;
  color: #3C69C4;

}

.ab_list2 li i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;

  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;

  left: 0px;
  color: #3C69C4;
  display: inline-block;
}

.ab_list2 li:hover {
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.about { padding: 30px 0;}
.about-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  padding: 30px 0;
  background: rgba(255, 255, 255, .7);

}

.about_fl {
  width:55%;
  padding-right: 3%; line-height: 220%;
}

.about_fl p {
  line-height: 28px;
  color: #333;
  font-size: 14px;
  margin:5px 0;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 47%;

  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.ab_video {
  position: relative;
  width: 100%;
  height: 100%;

}


.honor {
  background: #F8FAFF;
  background-size: cover;
}

.honorr{ width: 100%;}
.honorr ul li{ width: 20%; float: left;}
.honorr ul li a img{ width: 100%;}
@media (max-width:640px) {

  .honorr ul li{ width: 50%; float: left;}
}
.pj2 .swiper-wrapper {
  padding-top: 10px;
  padding-bottom:90px; margin-top: 25px;
}

.pj2 .swiper-slide .img {

  margin-bottom: 10px;

}

.pj2 .swiper-slide p {
  position: relative;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.pj2 .swiper-slide p::before {
  content: '';
  background: url(../images/name.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  left: 0;
  top: 0
}

.pj2 .swiper-slide p::after {
  content: '';
  background: url(../images/name2.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  right: 0;
  top: 0
}

.pj2 .swiper-slide a {
  display: block;
  background: #fff;

  border-radius: 10px;
  padding: 10px;
  margin: 10px;

}

.pj2 .swiper-slide a img {
  box-shadow: 0 0 10px #EDF2FC;
}

.pj2 .swiper-button-prev {
  left: 0px;
  top:42%;


}

.pj2 .swiper-button-next {
  right: 0px;
  top:42%;
}

.pj2 .swiper-button-next,
.pj2 .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(60, 105, 196, 1);
  box-shadow: 0 0 10px #ececec;

}


.pj2 .swiper-button-next:hover i,
.pj2 .swiper-button-prev:hover i {
  color: #fff;
}

.pj2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj2 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj2 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
}

.pj2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}
/* pj3 */
.pj3 .swiper-wrapper {
  padding-top: 10px;
  padding-bottom:45px;
}

.pj3 .swiper-slide .img {

  margin-bottom: 10px;

}

.pj3 .swiper-slide p {
  position: relative;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.pj3 .swiper-slide p::before {
  content: '';
  background: url(../images/name.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  left: 0;
  top: 0
}

.pj3 .swiper-slide p::after {
  content: '';
  background: url(../images/name2.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  right: 0;
  top: 0
}

.pj3 .swiper-slide a {
  display: block;
  background: #fff;

  border-radius: 10px;
  padding: 10px;
  margin: 10px;

}

.pj3 .swiper-slide a img {
  box-shadow: 0 0 10px #EDF2FC;
}

.pj3 .swiper-button-prev {
  left: 0px;
  top:42%;


}

.pj3 .swiper-button-next {
  right: 0px;
  top:42%;
}

.pj3 .swiper-button-next,
.pj3 .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(60, 105, 196, 1);
  box-shadow: 0 0 10px #ececec;

}


.pj3 .swiper-button-next:hover i,
.pj3 .swiper-button-prev:hover i {
  color: #fff;
}

.pj3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj3 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj3 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
}

.pj3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}




/*  */
.qw_tit { margin: 50px 0; color: #666; font-size: 18px; display: flex;align-items: center; justify-content: space-between;}
.qw_tit span { width: 45%; display: block; border-bottom: 1px dashed #dedede;}
.qwbg { background: #F1F4FC; padding: 30px; border-radius: 10px; margin-bottom: 50px;}

/* 内页产品 */
.inprobg { background: #F8FAFF;}
.in_pro { border-top: 1px solid #dedede; margin-top: -27px;}
.inprobg .tj_tu .swiper-container-thumbs .swiper-slide p { border-bottom: 3px solid transparent;}
.inprobg .tj_tu .swiper-container-thumbs .swiper-slide:hover p { border-bottom: 3px solid #3C69C4;}
.in_pro .inpro_con { margin-top: 20px; display: flex; align-items: center; justify-content: center;}
.in_pro .inpro_con a { color: #333; padding: 8px 26px;  margin: 0 10px; height: 40px; line-height: 40px; border-radius: 40px; }
.in_pro .inpro_con a:hover { background: #DCE8FF; color: #3C69C4;}
.in_pro .inpro_con a.current { background: #DCE8FF; color: #3C69C4;}
.in_pro_list { display: flex;  flex-wrap: wrap; align-items:stretch; justify-content: flex-start;}
.in_pro_list a { border-radius: 5px; width: calc(25% - 60px); margin: 10px; background: #fff; padding: 20px;}
.in_pro_list a:hover { box-shadow: 0 0 20px #eee;}
.in_pro_list .in_info p { display: flex; justify-content: flex-start;}
.in_pro_list .in_info b{ font-size: 16px; color:#333; display: block; margin: 15px 5px; font-weight: normal;}
.in_pro_list .in_info p span {padding: 2px 7px;  background: #DCE8FF; color: #3C69C4;  margin: 0 4px; height: 23px; line-height: 23px; font-size: 12px; border-radius: 23px; }
/* 内页产品详情 */
.pro_xq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

.pro_xq .xq_fl {
  width: 45%;

}
.tj #gallery2 .swiper-slide { border: 1px solid #dedede;}

.tj img { width: calc(100% - 2px);}

#thumbs2 .swiper-slide img {   border: 1px solid #dedede!important;}
.tj .swiper-container-thumbs { position: relative; margin-top: 10px;}
#thumbs2 .swiper-slide-thumb-active img {
  opacity: 1;
  border: 1px solid #3C69C4!important;

}

.prone .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}




.prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.prone .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.prone .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.prone .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}

.tj  .swiper-button-next,
.tj  .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px #ececec;
  top: calc(100% - 40px);

}


.tj  .swiper-button-next:hover i,
.tj  .swiper-button-prev:hover i {
  color: #fff;
}

.pro_xq .xq_fr {
  width: 55%;
}

.fr_box {
  margin-left: 30px;

  padding:0 20px;
}

.fr_box b {
  font-size: 24px;
}

.fr_box .txt {
  margin-top: 20px;
 

}
.fr_box .txt .item {
  width: 50%;
}
.fr_box .txt .item p { display: flex; justify-content: flex-start;}
.fr_box .txt .item p span { padding: 2px 10px;  background: #DCE8FF; color: #3C69C4; margin-right: 15px; height: 23px; line-height: 23px; font-size: 12px; border-radius: 23px; }
.fr_box .txt .desc { line-height: 28px; margin:40px 0; color: #999;  font-size: 15px; }
.fr_box .txt .inf{ margin-bottom: 25px;}
.fr_box .txt .inf p{ margin: 10px 0; font-size: 16px; color: #333; }
.fr_box .txt .jiage span{ font-size: 12px; color: #999; float: left; padding: 0 15px;}
.fr_box .txt .jiage span b{ font-size: 22px; color: #3C69C4; }
.fr_box .txt .jiage strong{ float: left; color: #333; font-weight: normal; font-size: 16px;}
.fr_box .txt .lianx { display: flex; margin-top: 30px;width: 100%; float: left;}
.fr_box .txt .lianx a{margin-right: 30px; width: 150px; color: #3C69C4; border:1px solid #3C69C4;  text-align: center; display: block; border-radius: 40px; height: 40px; line-height: 40px; }
.fr_box .txt .lianx a.yud{ background: #3C69C4; color: #fff;}
.service-con {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 80px;
  flex-wrap: wrap;
}

.service-con .ser-item {
 
  cursor: pointer;
  position: relative;
  padding:  40px 0;
 width: 50%;
  color: #333;
  margin: 0;

  line-height: 28px;
  border: 1px solid #f1f1f1;
  margin-bottom: -1px;
  margin-left:-1px;



}

.service-con .ser-item a {
  color: #333;
  display: block;
  width: 100%;
}

.service-con .ser-item .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-con .ser-item .inner img {
  margin-right: 30px;
}


.service-con .ser-item b {
  display: block;
  font-size: 20px;
  margin: 10px 0;
}
.service-con .ser-item p { color: #999; line-height: 28px;}
.service-con .ser-item b i {
  font-size: 16px;
  font-weight: normal;
}
.tedian { margin-top: 20px;}
.service-con2 {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 80px;
  flex-wrap: wrap;
}

.service-con2 .ser-item {
 
  cursor: pointer;
  position: relative;
  padding:40px  30px ;
 width: calc(50% - 20px);
  color: #333;
  margin: 10px;
  background: #FAFAFA;
  border-radius: 20px;


}

.service-con2 .ser-item a {
  color: #333;
  display: block;
  width: 100%;
}

.service-con2 .ser-item .inner {
  position: relative;
  z-index: 2;
  width: 100%;

}

.service-con2 .ser-item .inner img {
  margin-right: 30px;
}


.service-con2 .ser-item b {
  display: block;
  font-size: 20px;
  margin: 10px 0;
}
.service-con2 .ser-item p { color: #999;line-height: 28px;}
.service-con2 .ser-item b i {
  font-size: 16px;
  font-weight: normal;
}
/* 内页新闻 */
.news-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

 .news-tu {
  padding: 20px;
  width: calc(33.33% - 20px);
  margin: 10px;
  box-shadow: 0 0 10px #dedede;
}

 .news-tu a {
  display: block;

  overflow: hidden;


}


 .news-tu b {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  height: 52px;
}

 .news-tu i {
  display: block;
  margin: 20px 0;
  color: #999;
}

 .news-tu a p {
  color: #666;
  margin-top: 10px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
.news-tu:hover { color: #fff; background: #3C69C4;}
.news-tu:hover a p,.news-tu:hover b,.news-tu:hover i{ color: #fff;}
.news-tu a span { padding-top: 10px; border-top: 1px solid #f1f1f1; color: #3C69C4; display: block; margin-top: 15px;}
.news-tu:hover a span { color: #fff;} 
.news-tu img {
  margin-top: 20px;
  transition: all 0.3s;
}
#news-list { margin: 10px;}
#news-list a { display:flex; align-items:center; justify-content: center; margin: 35px 0;}

.day {
  color: #3C69C4;

  height: 90px;

  width: 90px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #dedede;
}
.newscon {
  flex: 4;
  padding-left: 20px;
  padding-right: 30px;
}
.news-more{   color: #3C69C4;margin-top: 10px;}

.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #3C69C4;
  text-align: center;
  font-weight:bold;
  position: relative;
}
.day span::before { position: absolute; left: 0; top:5px; content: ''; height: 18px; width: 3px; background: #3C69C4;}
.day p{ width: 100%;	text-align: center;}
#news-list a:hover{  color: #3C69C4;}
#news-list a:hover .news-more i{ color: #3C69C4;}
#news-list a:hover b { color: #3C69C4;}
.newsimg img{ height: 120px;}



/* 新闻详情 */
.newsdetail .ntit { font-weight: bold; font-size: 20px; color:#000; margin: 20px 0; text-align: center;}
.newsdetail .time { font-size: 14px; color:#999; text-align: center;}
.newsdetail .ncontent { padding: 20px 0;}
.newsdetail .ncontent p {text-indent:2em; color: #666; line-height: 28px; font-size: 15px; margin: 20px 0;}
.newsdetail .next-con { padding: 30px 0; border-top: 1px solid #dedede;}
.newsdetail .next-con a{ display: block; font-size: 14px;  margin: 15px 0; color: #666;}
.newsdetail .next-con a:hover { color: #3C69C4;}
/* 客户痛点 */
.tongdian { margin: 40px 0; display: flex; align-items: center; justify-content: space-between;}
.tongdian .td { margin: 30px 0; width: 33.33%;text-align: center;}
.tongdian .td b{ font-size: 20px; font-weight: bold; display: block; margin:20px 0;}
.tongdian .td p{ color:#999;}
.fajs { margin: 40px 0;}
.fajs p {text-indent:2em; color: #666; line-height: 28px; font-size: 15px; margin: 20px 0;}
.yjcp_box { background: #F8FAFF; padding: 50px 0; margin-top: 50px;}
.yjcp { margin-top: 30px;}
.yjcp .swiper-wrapper {
  padding-top: 10px;
  padding-bottom:90px;
}

.yjcp .swiper-slide .img {

  margin-bottom: 10px;

}

.yjcp .swiper-slide p {
  position: relative;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}


.yjcp .swiper-slide a {
  display: block;


  border-radius: 10px;


}

.yjcp .swiper-slide a img {

  border-radius: 10px;
}
.yjcp .swiper-slide a:hover { color: #3C69C4;}
.yjcp .swiper-slide a:hover img {
  box-shadow: 0 0 10px #dae6fc;

}
.yjcp .swiper-button-prev {
  left: 0px;
  top:42%;


}

.yjcp .swiper-button-next {
  right: 0px;
  top:42%;
}

.yjcp .swiper-button-next,
.yjcp .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(60, 105, 196, 1);
  box-shadow: 0 0 10px #ececec;

}


.yjcp .swiper-button-next:hover i,
.yjcp .swiper-button-prev:hover i {
  color: #fff;
}

.yjcp .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.yjcp .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}



.yjcp .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}
.case_con {display: flex; justify-content: space-between; margin: 50px 0;}
.case_con .case_fl {width: 58%;}
.case_con .case_fl b{ color: #3C69C4; margin:20px 0; font-size: 20px; display: block;}
.case_con .case_fl p{ line-height: 28px; color: #666; margin-bottom: 30px;}
.case_con .case_fr {width: 38%;}
/* 文档下载 */
.down { margin: 50px 0; display: flex; flex-wrap: wrap; align-items: center;}
.down a { display: block; border: 1px solid #dedede; text-align: center; padding: 20px; width: calc(25% - 62px); margin: 10px;}
.down a p{ margin: 10px 0;}
.down a:hover { border: 1px solid #3C69C4;}
.down a:hover p { color: #3C69C4;}
.join_rczp_list li  { display: block; background:#fff; box-shadow: 0 0 10px #dedede; margin: 20px 0; padding: 20px;}
    .join_rczp_list li  b { display: block; font-size: 24px;}
    .join_rczp_list li  span {padding: 2px 7px;
      margin-left: 20px;
      border-radius: 4px;
      border: 1px solid #F44E50;
      color: #F44E50;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;}
    .join_rczp_list li i { font-size: 16px; font-weight: normal; float: right; color: #999; }
    .join_rczp_list li p{font-size: 16px; line-height: 26px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 15px;}
  .join_rczp_list .zp-content { cursor: pointer; display: flex; justify-content: space-between; align-items: center;}
    .join_rczp_list .zp-content i{display: block; width: 30px; height: 30px; background:url(../images/bzzx_btn_zk.png) no-repeat 0 center;}
    .join_rczp_list .zp-content.jian i{display: block; width: 30px; height: 30px; background:url(../images/bzzx_btn_sq.png) no-repeat 0 center!important;}
    .join_rczp_list .zp-content.active i{display: block; width: 30px; height: 30px; background:url(../images/bzzx_btn_sq.png) no-repeat 0 center!important;}
    .join_rczp_list .zp-content div { margin-left: 60px;}
    .join_rczp_list .zp-content p {width: calc(100% - 50px); color: #000; margin: 15px 0; font-size: 20px; line-height: 26px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.join_rczp_list { width: 100%;}
    .wenti { background: #F8FAFF; padding: 50px 0;}
.wenti .container { display: flex;}
.wenti .container .main_title { width: 300px; margin-top: 15px; text-align: left;}
    .zp-con { border-top: 1px solid #dedede; padding-top: 20px; display: none; color: #999; line-height: 28px;}
/* 联系方式 */
.lxfs{ display: flex; align-items:flex-start; justify-content: space-between;}
.lxfs .kf {  display: flex; align-items: flex-start;}
.lxfs .ite { margin: 0 30px;}
.lxfs .kf .kftel { margin-left: 15px;}
.lxfs .kf .kftel p{ font-size: 16px; margin-bottom: 10px;}
.lxfs .kf .kftel b{ font-size: 28px; font-weight: bold; color: #3C69C4;}
.lxfs .address { margin-top:15px;}
.lxfs .address span{ color: #999;}
.lxfs .address p{ color: #333; margin-top: 10px; font-size: 16px; }
.lxfs .address p img { margin-right: 3px;}
.lxfs .lx_item { color: #666; margin: 10px; font-size: 16px; }
.ditu { margin: 50px 0;}
.lx_yjzx .layui-form-item { }
.lx_yjzx .layui-input-block { margin: 10px; width: calc(50% - 20px); float: left; }
.lx_yjzx .layui-input-block2 { margin: 10px; width: calc(100% - 20px); }
.lx_yjzx .layui-form-item input[type=text] {
  padding: 18px 22px;
padding-left: 35px;
  width: 100%;
  display: inline-block;
  color: #333;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  background-color:#f6f6f6;
  border: 1px solid #dedede;}
  .lx_yjzx .zxyj {   background: url(../images/lxwm_img_ly.png) no-repeat left; background-position: 10px 15px; }
  .lx_yjzx .forminator-textarea { 
     padding: 18px 20px;
     padding-left: 35px;
  width: 100%;
    background-color:#f6f6f6;
    display: inline-block;
    border: none;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 0;
    outline: none;
    border-radius: 4px;
   
    box-sizing: border-box;

    border:1px solid #dedede;}
    .lx_yjzx .zxname {   background: url(../images/lxwm_img_xm.png) no-repeat left;  background-position: 10px 15px;}
    .lx_yjzx .zxtel {   background: url(../images/lxwm_img_dh.png) no-repeat  left;  background-position: 10px 15px;}
    .lx_yjzx .zxyx {   background: url(../images/lxwm_img_yx.png) no-repeat left;  background-position: 10px 15px;}
    .lx_yjzx .zxgs {   background: url(../images/lxwm_img_gs.png) no-repeat  left; background-position: 10px 15px; }
  
    .lx_yjzx .layui-layer-btn { padding: 10px 0 40px 0; display: flex; align-items: center; justify-content: center;}
.lx_yjzx .layui-layer-btn .layui-layer-btn0 {
      border-color: #3C69C4;
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: #3C69C4;
      color: #fff;
  }
  .ljtj { margin: 20px auto; text-align: center;}
   .ljtj input { border:none; width: 140px; height: 40px; background: #3C69C4; color: #fff; text-align: center; line-height: 40px; cursor: pointer;}
/* container */
@media (max-width: 1920px) {
  .container {
    max-width: 1380px;
  }
}

@media screen and (max-width:1380px) {
  .container {
    max-width: 1200px;}
    .he_nv_li { padding: 0 10px;}

  
}
.container {
 margin: 0 auto;
}

